home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Documents
/
Diagram
/
UW_Palettes
/
PCBLayout.dpalette2
/
Image32
(
.txt
)
< prev
next >
Wrap
NeXT TypedStream Data
|
1995-06-12
|
1KB
|
41 lines
typedstream
NXImage
Object
NXEPSImageRep
NXImageRep
iisssss
[932c]%!PS-Adobe-2.0 EPSF-2.0
%%Title:ICPadHorizontal.eps
%%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
%%CreationDate: Fri Nov 22 1991
%%Pages: 0 1
%%BoundingBox: 0 0 36 18
%%DocumentFonts: Times-BoldItalic
%%EndComments
% eps drawing of component for Diagram palette
% number of pixels per Diagram Grid
/GRIDSIZE 9 def
% one grid represents 0.05 inches
/GRIDSCALE 0.05 def
% multiply sizes in inches by ScaleFactor in pixels/inch
/SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
/OUTERRADIUS {0.03 SCALEFACTOR} def
/HOLERADIUS {0.015 SCALEFACTOR} def
1 1 scale
0 setlinewidth
gsave
GRIDSIZE 2 mul GRIDSIZE moveto
0 OUTERRADIUS rmoveto
OUTERRADIUS -1 mul 0 rlineto
0 OUTERRADIUS -1 mul rlineto
currentpoint translate
0 0 OUTERRADIUS 90 270 arc
OUTERRADIUS 2 mul 0 rlineto
0 OUTERRADIUS rlineto
currentpoint translate
0 0 OUTERRADIUS 270 90 arc
closepath
grestore
1 setgray
GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill